aboutsummaryrefslogtreecommitdiffstats
path: root/python2-numpydoc [disowned]
diff options
context:
space:
mode:
Diffstat (limited to 'python2-numpydoc [disowned]')
-rwxr-xr-xpython2-numpydoc [disowned]/watch2
1 files changed, 1 insertions, 1 deletions
diff --git a/python2-numpydoc [disowned]/watch b/python2-numpydoc [disowned]/watch
index d51351b..fb27a53 100755
--- a/python2-numpydoc [disowned]/watch
+++ b/python2-numpydoc [disowned]/watch
@@ -1,7 +1,7 @@
#!/bin/sh
[ -f 'index.html' ] && rm 'index.html'
-wget https://pypi.python.org/pypi/numpydoc >/dev/null 2>/dev/null
+wget https://pypi.python.org/pypi/numpydoc -O numpydoc >/dev/null 2>/dev/null
if [ $? = 0 ]; then
[ -f unfetchable ] && rm unfetchable
grep numpydoc- < index.html | md5sum > new-sum